﻿2026-08-04T12:54:36.2951495Z ##[group]Run actions/checkout@v5
2026-08-04T12:54:36.2952400Z with:
2026-08-04T12:54:36.2953096Z   repository: BigscreenVR/spt-bs-core
2026-08-04T12:54:36.2959569Z   token: ***
2026-08-04T12:54:36.2960245Z   ssh-strict: true
2026-08-04T12:54:36.2960960Z   ssh-user: git
2026-08-04T12:54:36.2961657Z   persist-credentials: true
2026-08-04T12:54:36.2962422Z   clean: true
2026-08-04T12:54:36.2963122Z   sparse-checkout-cone-mode: true
2026-08-04T12:54:36.2963943Z   fetch-depth: 1
2026-08-04T12:54:36.2964627Z   fetch-tags: false
2026-08-04T12:54:36.2965326Z   show-progress: true
2026-08-04T12:54:36.2966023Z   lfs: false
2026-08-04T12:54:36.2966661Z   submodules: false
2026-08-04T12:54:36.2967375Z   set-safe-directory: true
2026-08-04T12:54:36.2968191Z   allow-unsafe-pr-checkout: false
2026-08-04T12:54:36.2969121Z ##[endgroup]
2026-08-04T12:54:36.3742153Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T12:54:36.3744501Z ##[group]Getting Git version info
2026-08-04T12:54:36.3745789Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T12:54:36.3747640Z [command]/usr/bin/git version
2026-08-04T12:54:36.3748440Z git version 2.43.0
2026-08-04T12:54:36.3754108Z ##[endgroup]
2026-08-04T12:54:36.3763040Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/78fe1528-7450-4d27-81b6-7d6af40bf631/.gitconfig'
2026-08-04T12:54:36.3771410Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/78fe1528-7450-4d27-81b6-7d6af40bf631' before making global git config changes
2026-08-04T12:54:36.3774263Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:54:36.3776314Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:54:36.3806923Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T12:54:36.3824721Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:54:36.3834861Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T12:54:36.3837209Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T12:54:36.3859539Z HEAD
2026-08-04T12:54:36.3892691Z ##[endgroup]
2026-08-04T12:54:36.3893872Z [command]/usr/bin/git submodule status
2026-08-04T12:54:36.4071384Z ##[group]Cleaning the repository
2026-08-04T12:54:36.4072563Z [command]/usr/bin/git clean -ffdx
2026-08-04T12:54:40.3543486Z Removing target/
2026-08-04T12:54:40.3553389Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T12:54:40.3960602Z HEAD is now at 7272ce5f9 Merge b110bc821f65a4db7530476a0c5751bc0a65db6a into 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:54:40.3967248Z ##[endgroup]
2026-08-04T12:54:40.4002418Z ##[group]Disabling automatic garbage collection
2026-08-04T12:54:40.4004577Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T12:54:40.4032375Z ##[endgroup]
2026-08-04T12:54:40.4032859Z ##[group]Setting up auth
2026-08-04T12:54:40.4038891Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:54:40.4065918Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T12:54:40.4252306Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:54:40.4275734Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T12:54:40.4460398Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:54:40.4485610Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:54:40.4675505Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T12:54:40.4707694Z ##[endgroup]
2026-08-04T12:54:40.4725687Z ##[group]Fetching the repository
2026-08-04T12:54:40.4726631Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7272ce5f9abb99a65f1546692d451020e9dd9f86:refs/remotes/pull/144/merge
2026-08-04T12:54:41.1966652Z ##[endgroup]
2026-08-04T12:54:41.1967268Z ##[group]Determining the checkout info
2026-08-04T12:54:41.1967917Z ##[endgroup]
2026-08-04T12:54:41.1971988Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T12:54:41.2012653Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T12:54:41.2036006Z ##[group]Checking out the ref
2026-08-04T12:54:41.2038329Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/144/merge
2026-08-04T12:54:41.2090749Z HEAD is now at 7272ce5f9 Merge b110bc821f65a4db7530476a0c5751bc0a65db6a into 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:54:41.2094648Z ##[endgroup]
2026-08-04T12:54:41.2132183Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T12:54:41.2157365Z 7272ce5f9abb99a65f1546692d451020e9dd9f86
